Real-Time Web Curation Site "Storify" Adds Search with Solr
Updated: 2012-03-31 16:55:11
Storify is "a company building tools to help journalists, bloggers and experts curate the real-time Web." As you can imagine, search functionality for this kind of tool can be a crucial feature, and this week, the service finally added search by using an open source technology you may have heard of: Apache Solr.Vincent Battaglia, a developer at Storify is the one who let us in on this...

If you use Eclipse on Ubuntu, you will probably have found that the
version in the Ubuntu repositories doesn’t have all the plugins you’re
used to, and will have installed Eclipse from a download at eclipse.org
If this is the case, you can create a shortcut launcher to Eclipse
using the gnome-desktop-item-edit application enabling Eclipse to be
pinned to the Unity Dock....
I like inline templates, and use them quite extensively. Whenever I write code with them I'm always careful to check the disassembly to see that the resulting output is efficient. Here's a potential cause of inefficiency.
Suppose we want to use the mis-named Leading Zero Detect (LZD) instruction on T4 (this... [Read More]
Organizations deal with employee and user access certifications in different ways. There’s collation of multiple spreadsheets, an intense two-week exercise by managers or use of ccess certification tools to do so across a handful of applications. But for most organizations compliance is about certifying... [Read More]
I am pleased to invite you to join the second (Competence Virtual). In Competence - program we will present Oracle Applications' Product's new functions and features including sales positioning. The key objectives of these webcasts are to inspire System Integrator's implementation personnel to conduct successful after... [Read More]
This java arraylist tutorial is all about how to use arraylist in java5 using generics. shows different operations in arraylist java and there examples.
Java has fantastic API support for splitting a big string into multiple small string based on some delimiter. This article explains example of splitting ...